home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mc / panel / scripts / DefineButton2_34 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2002-03-20  |  445 b   |  10 lines

  1. on(release){
  2.    set("_level40/sound/lib:sound","209");
  3.    call("_level40/sound/lib:play");
  4.    set("../bar:size","0");
  5.    setProperty("../notesub", _visible, "0");
  6.    setProperty("../../../details", _Y, offsety - (getProperty("../../../details", _height) - (eval("../../../scrolllib:realwindowheight") + "20" - eval("../../../scrolllib:notesadjustheight"))));
  7.    test = eval("../../../scrolllib:notesadjustheight");
  8.    gotoAndStop(1);
  9. }
  10.